home *** CD-ROM | disk | FTP | other *** search
/ Amiga Plus Special 26 / AMIGAplus Sonderheft 26 (2000)(Falke)(DE)(Track 1 of 2)[!].iso / Tools / Packer / xad / Docs / xadUnFile.doc < prev   
Text File  |  1999-03-29  |  2KB  |  71 lines

  1. NAME
  2.     xadUnFile 1.1
  3.  
  4. SYNOPSIS
  5.     xadUnFile FROM/A,DESTDIR,PASSWORD/K,FILE/M,NE=NOEXTERN/S,
  6.     INFO=LIST/S,OW=OVERWRITE/S,NOTREE/S,ASKMAKEDIR/S,
  7.     NOCOMMENT/S,NOPROT/S,NODATE/S
  8.  
  9. DESCRIPTION
  10.     xadUnFile is the master shell tool to extract data from
  11.     disk archives.
  12.  
  13.     FROM specifies the disk archive that should be handled.
  14.  
  15.     DESTDIR is the destination directory. The directory is created
  16.     when it does not exist (except if ASKMAKEDIR is turned on and
  17.     you select no.
  18.  
  19.     PASSWORD can be used to supply a password for unarchiving of
  20.     encrypted archives.
  21.  
  22.     FILE allows you to select multiple filenames (including patterns),
  23.     which should be extracted. When FILE is not given, all files are
  24.     extacted. With FILE only matching files are extracted.
  25.     NOTE: When you do not use NOTREE keyword, the patterns check
  26.     includes checks for directory structure as well.
  27.  
  28.     NOEXTERN prohibits the use of external clients for
  29.     recognition purposes.
  30.     
  31.     INFO or LIST prints information about the archive and does not
  32.     do any unarchiving.
  33.     
  34.     OVERWRITE forces the program to overwrite an already existing
  35.     destination file. Normally you are asked about that.
  36.     
  37.     NOTREE skips all directory names and writes the files directly to
  38.     destination directory.
  39.     
  40.     ASKMAKEDIR forces the program to ask you, if a missing directory
  41.     should be created.
  42.     
  43.     NOCOMMENT prevents setting archived file comments, NOPROT prevents
  44.     setting file protection bits and NODATE prevents setting date
  45.     information.
  46.  
  47. EXAMPLES
  48.     Shell> xadUnFile archive.tar RAM:
  49.         Unarchive the tar archive to RAM:
  50.  
  51.     Shell> xadUnFile archive.tar LIST
  52.         Tells information about archive.tar file.
  53.  
  54. HISTORY
  55.     xadUnFile 1.1
  56.     - added FILE parameter and directory creation
  57.  
  58.     xadUnFile 1.0
  59.     - First public release.
  60.  
  61. COPYRIGHT
  62.     xadUnFile is freely distributable for noncommercial use.
  63.  
  64. AUTHOR
  65.     Dirk Stöcker
  66.     Geschwister-Scholl-Straße 10
  67.     01877 Bischofswerda
  68.     GERMANY
  69.     
  70.     Dirk Stoecker <stoecker@amigaworld.com>
  71.